home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / 124_01.zip / INSTALL.GDE < prev    next >
Text File  |  1993-06-01  |  4KB  |  101 lines

  1. This file explains the things that you need to do to bring up
  2. small tex on your system. Hopefully, if you have this file, you
  3. will have all the files needed to bring up tex.
  4.  
  5. First, you may have three .hex files. These should be math1.hex,
  6. opt12.hex and math2.hex. If you don't have these as hex files,
  7. make sure you have the file math1.fon and math2.fon. If you do
  8. have the hex you need to create the appropriate fon files.
  9. Math1.hex becomes math1.fon and math2.hex becomes math2.fon, of
  10. course.
  11.  
  12. Having gotten through the preceding paragraph, you should have
  13. the following files:
  14.  
  15.     tex.c            C source
  16.     math1.fon        first tex font file
  17.     math2.fon        second tex fon file
  18.     opt12.fon        optima-like font file
  19.     basic.tex        basic macro pacage source file
  20.     sbasic.tex        stripped version of same
  21.     scribe.tex        scribe-like macro package
  22.     sscribe.tex        stripped version of same
  23.     install.gde        this file
  24.     texuman.tex        tex users manual
  25.     macro.tex        generic macro package manaul
  26.     mbasic.tex        manual for basic macro package
  27.     mscribe.tex        manual for scribe macro package
  28.     hackers.tex        manual for people who want to
  29.                 hack on tex
  30.  
  31. In addition, you will need the following font files from the
  32. Fancy Font package: romn12, romn8p, romn8b, romnb12, romni12,
  33. scrp12, and sans12. Of course, you will also need pfont.com.
  34.  
  35. The first step is to compile the tex sources. If you already
  36. have a tex.com, you can skip this step. To compile it, use the
  37. BDS C compiler, version 1.5 or later. Version 1.4x may work, but
  38. I haven't tried it. You should also use the L2 linker, as tex
  39. does lots of subroutine calls, and this will make a considerable
  40. difference in size and speed (and I'm not sure that tex will link
  41. under clink).
  42.  
  43. Now, you are ready to start moving files. Put all the font files
  44. on one disk. On the same disk, put pfont.com and tex.com. I
  45. recommend that this disk be drive A: if you have a hard disk. On
  46. the same disk you need to put the macro package tex files:
  47. basic.tex, sbasic.tex, scribe.tex and sscribe.tex. If, for some
  48. reason you can't put them in drive A:, change line 5 in
  49. texuman.tex from `\input a:basic' to `\input x:basic' where x is
  50. the drive these files will be on. Along the same lines, the files
  51. texuman.tex, mbasic.tex and mscribe.tex need to go on drive B:.
  52. If this isn't possible, change the `\input b:m#1' in line two to
  53. `\input x:m#1' with x once again being the appropriate drive.
  54.  
  55. Now, you can try it out. Go to the drive with tex.com on it, and
  56. utter the command `tex b:texuman.tex' (of course, use whatever
  57. drive you put the texuman.tex file on for the b:). tex should
  58. then print the following things:
  59.  
  60.     tex version 1a - December 1982
  61.     For use with pfont version 1
  62.     Copyright (c) 1982, Mike Meyer
  63.  
  64.     tex: Initializing ... done
  65.     tex: Processing file a:basic.tex
  66.     tex: Loading font file romn12.fon ... done
  67.     tex: Loading font file romn8p.fon ... done
  68.     tex: Loading font file romn8b.fon ... done
  69.     tex: Loading font file romnb12.fon ... done
  70.     tex: Loading font file romni12.fon ... done
  71.     tex: Loading font file scrp12.fon ... done
  72.     tex: Loading font file sans12.fon ... done
  73.     tex: Loading font file math1.fon ... done
  74.     tex: Loading font file math2.fon ... done
  75.     tex: Finished with file a:basic.tex
  76.     tex: Loading font file ff12.fon ... done
  77.     tex: Processing file b:mBasic.tex
  78.     tex: Finished with file b:mBasic.tex
  79.     tex: Run complete
  80.     Pfont: Print with Fonts  (Version 1.7)     
  81.     Copyright (c) 1982 SoftCraft
  82.     FO Fonts> 
  83.  
  84. The last three lines come from pfont, of course.
  85.  
  86. If you got this far, then everything is working. Hit return a
  87. couple of times to get pfont started printing. Once it has
  88. started, make sure that the first page looks like a title page.
  89. If it does, then just let the pfont print. You might check it
  90. occasionally to make sure that it is still printing English.
  91. Other than that, you can go have dinner: the manual will finish
  92. printing in about four hours.
  93.  
  94. After you have a copy of the main tex users manual, you may
  95. decide that you want a to use a macro package other than the one
  96. documented in the manual as you printed it. To avoid having to
  97. print the entire manual again, use the macro.tex file. To use
  98. this file, modify the macros command near the top as you would
  99. for the  users manual, then print a copy of that.
  100. ne
  101.     tex: Processing